home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Developer Essentials / DTS Sample Code / Snippets / Toolbox & IAC / ◊Other / Modal TextEdit / readme < prev   
Encoding:
Text File  |  1992-05-05  |  422 b   |  8 lines  |  [TEXT/KAHL]

  1. Modal Dialog TextEdit useritem snippet
  2. Steve Falkenburg-- MacDTS
  3.  
  4. This snippet shows the steps necessary to implement a scrolling, editable text field
  5. in a dialog.  You may want to do this if you will be requiring the user to enter more than
  6. 255 characters (the limit for editText items), if you want a different font for several
  7. different editText items, or if you want to add scrolling support to an editible text item.
  8.